home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / Tool Chest / Hardware / Misc. Tools / LFSR Verilog CAD Tool / LFSR / LFSR.rsrc / TEXT_2040_Text Processor.txt < prev    next >
Encoding:
Text File  |  1993-06-03  |  977 b   |  6 lines

  1. Text Processor
  2. The application uses an internal lisp-like text processor. The main template can be found in the resource TEXT 'main'. I used ResEdit and MPW to modifying the existing template. 
  3. The language is easy. Everything is text except for imbedded functions. These are delimited 
  4. by European quotes ¬´ (option-\), ¬ª  (option-shift-\) and ‚óä (option-shift-v). The format is: text ¬´operation ‚óä arg1 ‚óä arg2 ‚ó䠂Ķ argn ¬ª  text. The operation, arguments and return values are text. The result of a function is concatenated to the current text. All text edit fields  and buttons are accessable by title names. A set of predefined variables are accessable by  name and new variables can be created. The operations are case insensitive and are trimmed of delimiters. The arithmetic, logical and relational operations are converted to 32 bit integers before the operation and then back to text.
  5.  
  6. There are further help menus which describe the operations and variables.